func math/big.mulWW
6 uses
math/big (current package)
arith.go#L44: func mulWW(x, y Word) (z1, z0 Word) {
nat.go#L508: z[1], z[0] = mulWW(x[0], x[0]) // the initial square
nat.go#L512: z[2*i+1], z[2*i] = mulWW(d, d)
nat.go#L572: z[1], z[0] = mulWW(d, d)
natdiv.go#L664: x1, x2 := mulWW(qhat, vn2)
natdiv.go#L677: x1, x2 = mulWW(qhat, vn2)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |